home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
misc_pto
/
mwpetz15
/
winundoc.h
< prev
Wrap
Text File
|
1987-11-30
|
640b
|
18 lines
/* Declarations for KERNEL File I/O and String Functions */
int FAR PASCAL _lopen (LPSTR, int) ;
int FAR PASCAL _lclose (int) ;
int FAR PASCAL _lcreat (LPSTR, int) ;
LONG FAR PASCAL _llseek (int, long, int) ;
WORD FAR PASCAL _lread (int, LPSTR, int) ;
WORD FAR PASCAL _lwrite (int, LPSTR, int) ;
#define READ 0
#define WRITE 1
#define READ_WRITE 2
int FAR PASCAL lstrlen (LPSTR) ;
LPSTR FAR PASCAL lstrcpy (LPSTR, LPSTR) ;
LPSTR FAR PASCAL lstrcat (LPSTR, LPSTR) ;
int FAR PASCAL lstrcmp (LPSTR, LPSTR) ;